home *** CD-ROM | disk | FTP | other *** search
-
- xThe Concurrent Clean Compiler
-
-
- The Concurrent Clean compiler compiles an implementation module to
-
- ABC-code.
-
-
-
- It performs syntactical and semantical checks (see the Clean Reference
-
- Manual). The corresponding definition module is also checked, as well as
-
- the consistency between definition and implementation module. Errors are
-
- reported in the Errors window.
-
-
- (Uniqueness) type information is inferred and checked. Strictness
-
- information is inferred with help of the built-in strictness analyser. On
-
- demand, the type and strictness information is displayed in the Types
-
- window.
-
-
- If no errors are found, ABC-code is generated. For each .icl module a file
-
- .abc will be created in the corresponding Clean System Files folder. This
-
- code is input for the Code Generator to build an application.
-
-
- The Clean Compiler currently produces only sequential code.
-
-
-